-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Improve][Connector-V2] Add branch option for paimon sink #9982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
[Improve][Connector-V2] Add branch option for paimon sink #9982
Conversation
e39f272 to
75f1d36
Compare
[Improve][Connector-V2] Add branch field option for paimon sink fix failures tests [Improve][Connector-V2] Add branch option for paimon sink [Improve][Connector-V2] Add branch option for paimon sink fix e2e failures
2d34841 to
11d2326
Compare
|
Should PaimonSaveModeHandler also handle it? |
9944ed5 to
d0012dd
Compare
| if (!branchManager.branchExists(branchName)) { | ||
| throw new UnsupportedOperationException( | ||
| "Branch: " + branchName + " not exists"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PaimonConnectorErrorCode
Error messages can be extracted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PaimonConnectorErrorCodeError messages can be extracted
Done.
Purpose of this pull request
Add branch option for paimon sink
Does this PR introduce any user-facing change?
Yes
How was this patch tested?
Add new e2e tests: PaimonSinkBranchIT
Check list
New License Guide